home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
rocketbi.swf
/
scripts
/
DefineButton2_403
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
391 b
|
16 lines
on(rollOver){
_parent._parent._parent.description.gotoAndStop(_parent._name);
if(_name != 0)
{
if(tapa._visible != true)
{
_parent._parent._parent.description.item.gotoAndStop(Number(_name) + 1);
price._visible = true;
if(price.price > _root.money)
{
price.gotoAndStop("nomoney");
}
}
}
}